home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 November: Tool Chest / Dev.CD Nov 99 TC.toast / What's New? / Sample Code / Overview / Win2MacCounterSamples / Read Me
Encoding:
Text File  |  1999-09-20  |  889 b   |  13 lines  |  [TEXT/ttxt]

  1. This is sample code to accompany Chapter 12 of "An Introduction to Macintosh Programming for Windows Programmers" available at <http://developer.apple.com/macos/macoverview/>.
  2.  
  3. This sample contains a series of six C++ sample programs used to illustrate how to write a simple Macintosh application. The samples use the Metrowerks PowerPlant applications framework, which ships as part of the CodeWarrior Integrated Development environment. (PowerPlant ships with a wide range of useful sample programs. We’ll describe many of those in more detail below.) These samples illustrate many common applications features, including:
  4.  
  5. 1. Multiple document windows. 
  6. 2. Disk files for persistent data. 
  7. 3. Menu items for modifying the data. 
  8. 4. Buttons for modifying the data. 
  9. 5. Modal dialogs. 
  10. 6. Printing. 
  11. 7. Custom application and document icons. 
  12. 8. Customized “About this program…” dialog. 
  13.